projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9397721
)
(Fdisplay_supports_face_attributes_p): Initialize
author
Andreas Schwab
<schwab@suse.de>
Sun, 19 Nov 2006 01:26:00 +0000
(
01:26
+0000)
committer
Andreas Schwab
<schwab@suse.de>
Sun, 19 Nov 2006 01:26:00 +0000
(
01:26
+0000)
supports.
src/ChangeLog
patch
|
blob
|
history
src/xfaces.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index ad27ff8225189a7d81bfc619674d14b686469736..9e0aca92a5921e9313598df7ec8ea85b65e095bd 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,10
@@
+2006-11-19 Andreas Schwab <schwab@gnu.org>
+
+ * xfaces.c (Fdisplay_supports_face_attributes_p): Initialize
+ supports.
+
+ * xmenu.c (Fx_popup_menu): Initialize selection.
+
2006-11-18 Andreas Schwab <schwab@suse.de>
* s/gnu-linux.h (GC_MARK_SECONDARY_STACK): Update call to
diff --git
a/src/xfaces.c
b/src/xfaces.c
index c408a7d368541f4723bd441b649e68604fe32ec2..bd08871f278982aadb95760c2016edc66686dbd5 100644
(file)
--- a/
src/xfaces.c
+++ b/
src/xfaces.c
@@
-6178,7
+6178,7
@@
face for italic. */)
(attributes, display)
Lisp_Object attributes, display;
{
- int supports, i;
+ int supports
= 0
, i;
Lisp_Object frame;
struct frame *f;
struct face *def_face;